(C) 1996 AROS - The Amiga Replacement OS
NAME
#include <graphics/rastport.h>
#include <proto/graphics.h>
void SetABPenDrMd()
SYNOPSIS
struct RastPort * rp
ULONG apen
ULONG bpen
ULONG drawMode
LOCATION
In GfxBase at offset 149
FUNCTION
Changes the foreground and background pen and the drawmode in one step.
INPUTS
rp
Modify this RastPort
apen
The new foreground pen
bpen
The new background pen
drawmode
The new drawmode
RESULT
None.
NOTES
This function is faster than the sequence SetAPen(), SetBPen(), SetDrMd().
EXAMPLE
BUGS
SEE ALSO
INTERNALS
HISTORY
27.01.1997 ldp
Polish
10.12.1996 aros
Moved #include into first column to allow makedepend to see it.
31.10.1996 aros
Moved driver prototypes into graphics_intern.h
25.10.1996 aros
New function